﻿*{
	margin: 0;
	padding: 0;
}
body{
	min-width: 1200px;
	font-family: "微软雅黑";
	background: #fff;
}
ul,ol,li{
	list-style: none;
}
a{
	text-decoration: none;
}
/**/
.top{
	width: 100%;
	height: 36px;
	border-bottom: 1px solid #ccc;
}
.top_main{
	width: 1100px;
	margin: 0 auto;
}
.top_main p{
	display: block;
	float: left;
	line-height: 36px;
	font-size: 12px;
	color: #333;
}
.top ul{
	float: right;
}
.top ul li{
	float: left;
	position: relative;
}
.top_main a{
	font-size: 12px;
	color: #333;
	float: left;
	line-height: 36px;
	margin-left: 20px;
}
.top ul li:after{
	content: "";
	background: #9a9a9a;
	width: 2px;
    height: 12px;
    top: 12px;
    margin-left: 10px;
    position: absolute;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
}
/**/
.header{
	width: 100%;
	height: 130px;
	background: #fff;
	float: left;
}
.header .main{
	width: 1100px;
	margin: 0 auto;
}
 
.logo{
	float: left;
	margin-top: 35px;
}
.logo img{
	display: block;
}
.head_tel img{
	display: block;
	float: left;
}
.head_tel{
	float: right;
    margin-top:30px;
}
/**/
.nav_box{
	width: 100%;
	height: 50px;
	background: #0064b9;
	float: left;
}
.nav{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.nav ul li{
	float: left;
	width: 137px;
	height: 100%;
}
.nav ul li a{
	display: block;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	transition: all .7s;
}
.nav ul li a:hover{
	background: #0086f7;
}
/**/
.banner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.b_slider {
	width: 100%;
}

.b_slider ul li {
	top: 0;
	float: left;
}

.banner ul li img {
	display: block;
	width: 100%;
	float: left;
}

.banner .hd {
	height: 20px;
	width: 115px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -40px;
	z-index: 1;
}

.banner .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.banner .hd ul li {
	float: left;
	list-style: none;
	margin-right: 20px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #fff;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
}

.banner .hd ul li.on {
	background: #fff;
}

.banner .bd {
	position: relative;
	height: 100%;
	width: 100%;
}

.banner .bd li {
	zoom: 1;
	vertical-align: middle;
}

.banner .bd img {
	width: 100%;
	display: block;
}

.banner .prev,
.banner .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -3%;
	display: block;
	width: 32px;
	height: 40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.banner .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.banner .prev:hover,
.banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.banner .prevStop {
	display: none;
}
.banner .nextStop {
	display: none;
}
/**/
.middle{
	width: 100%;
	height: 120px;
	float: left;
	border-bottom: 1px solid #eee;
}
.middle .main{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}
.middle .main ul li{
	float: left;
	width: 182px;
	height: 120px;
	overflow: hidden;
	border-right: 1px solid #eee;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.middle .main ul li:first-child{
	border-left: 1px solid #eee;
}
.middle .main ul li img{
	display: block;
}
.middle .main ul li p{
	display: block;
	font-size: 15px;
	color: #333;
	position: relative;
}
.middle .main ul li p:after{
	content: '';
	background: #999;
	width: 40px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 25px;
}
/**/
.pro{
	width: 100%;
	float: left;
	height: auto;
	margin-top: 30px;
}
.pro .title{
	width: 1100px;
	height: 84px;
	margin: 0 auto;
	background: url(../images/pro_title.png)no-repeat center;
}
.pro .title span{
	display: block;
	font-size: 23.92px;
	font-weight: bold;
	color: #333;
	text-align: center;
}
.pro .title p{
	display: block;
	font-size: 16px;
	color: #ccc;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
}
.pro .main{
	width: 1100px;
	height: 310px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}
.pro .main .picList li{
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.pro .main .picList li img{
	display: block;
	width: 269px;
	height: 225px;
}
.pro .main .picList li p{
	display: block;
	font-size: 16px;
	color: #000;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.pro .main .picList li:hover p{
	color: #0078dd;
}
.pro .main .prev{
	position: absolute;
	left: -40px;
	top: 110px;
	cursor: pointer;
}
.pro .main .next{
	position: absolute;
	right: -40px;
	top: 110px;
	cursor: pointer;
}
/**/
.product_center{
	width: 100%;
	float: left;
	height: 774px;
	margin-top: 30px;
	background: url(../images/product_bg.jpg)no-repeat center;
}
.product_center .title{
	width: 1100px;
	height: 84px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(../images/product_title.png)no-repeat center;
}
.product_center .title span{
	display: block;
	font-size: 23.92px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.product_center .title p{
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
}
.product_center .list{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
}
.product_center .list ul li{
	float: left;
	width: 150px;
	height: 50px;
	border-radius: 5px;
	margin-right: 30px;
	background: #fff;
	transition: all .6s;
}
.product_center .list ul li:hover{
	background: #0078dd;
}
.product_center .list ul li:hover a{
	color: #fff;
}
.product_center .list ul li a{
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 50px;
	text-align: center;
	transition: all .6s;
}
.product_center .main{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	margin-top: 30px;
}
.product_center .main ul li{
	float: left;
	width:265px;
	height: 255px;
	border: 1px solid #fff;
	overflow: hidden;
	background: #fff;
	margin:0 10px 10px 0;
	
}
.product_center .main ul li:nth-child(4n){
	margin-right: 0;
}
.product_center .main img{
	display: block;
	width: 248px;
	height: 207px;
	margin: 0 auto;
	margin-top: 10px;
}
.product_center .main p{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #333;
}
.product_center .main ul li:hover p{
	color: #0078dd;
}
/**/
.adv_box{
	width: 100%;
	height: 500px;
	float: left;
	margin-top: 30px;
}
.adv{
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
.adv .title{
	width: 1100px;
	height: 84px;
	margin: 0 auto;
	margin-top: 30px;
	background: url(../images/pro_title.png)no-repeat center;
}
.adv .title span{
	display: block;
	font-size: 23.92px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.adv .title .adv_title{
	width: 170px;
	height: auto;
	margin: 0 auto;
}
.adv .title b{
	display: block;
	color: #0078dd;
	float: right;
}
.adv .title p{
	display: block;
	font-size: 16px;
	color: #999;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
}
.adv .main{
	margin-top: 75px;
}
.adv .main ul li{
	float: left;
	width: 320px;
	height: 284px;
	border: 1px solid #eee;
	margin-right: 67px;
}
.adv .main ul li:last-child{
	margin-right: 0;
}
.adv .main ul li:hover{
	border: 1px solid #0086F7;
}
.adv .main ul li .adv_icon img{
	display: block;
	margin: 0 auto;
	margin-top: -65px;
}
.adv .main ul li .info{
	width: 275px;
	height: 160px;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 40px;
}
.adv .main ul li .info span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #0078DD;
	text-align: center;
	margin-bottom: 20px;
}
.adv .main ul li .info p{
	display: block;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 25px;
}
/**/

.clear{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.advert{
	width: 100%;
	height: 249px;
	background: url(../images/gg.png) no-repeat center;
}
.advert a{
	display: block;
	width: 100%;
	height: 100%;
}
/**/
.about_box{
	width: 100%;
	height: 500px;
	float: left;
	margin-top: 30px;
}
.about{
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
.about .title{
	width: 1100px;
	height: 84px;
	margin: 0 auto;
	background: url(../images/pro_title.png)no-repeat center;
}
.about .title span{
	display: block;
	font-size: 23.92px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.about .title p{
	display: block;
	font-size: 16px;
	color: #999;
	text-align: center;
	margin-top: 20px;
	text-transform: uppercase;
}
/**/
.about .main .left{
	float: left;
	width: 485px;
	height: 325px;
	border: 1px solid #999;
	position: relative;
	z-index: 1;
}
.about .main .left:after{
	content: "";
	background: url(../images/about_after.png);
	width: 390px;
	height: 25px;
	position: absolute;
	left: 50px;
	bottom: -19px;
	z-index: -1;
}
.about .main .left img{
	display: block;
	width: 446px;
	height: 303px;
	margin: 0 auto;
	margin-top: 10px;
}
.about .main .right{
	float: right;
	width: 580px;
	height: auto;
	margin-top: 5px;
}
.about .main .right span{
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #0078DD;
}
.about .main .right .text{
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin-top: 25px;		text-align:justify;		text-indent:2em;		line-height:28px;		font-size:15px;		color:#555;
}
.about .main .right .text p{
	display: block;
	font-size: 16px;
	color: #1e1e1e;
	line-height: 28px;
}
.about .main .right a{
	display: block;
	font-size: 16px;
	color: #0078dd;
	margin-top: 20px;
}
.about .main .right a:hover{
	color:#e66000;
}
/**/
.news_center{
	width: 100%;
	float: left;
	padding-bottom: 40px;
}
.news_center .main{
	width: 1100px;
	height: auto;
	margin: 0 auto;
}
.news_center .main .news{
	width: 566px;
	float: left;
}
.news_center .main .news .title{
	width: 100%;
	height: 35px;
	margin-bottom: 20px;
	background: url(../images/news_title.png)no-repeat bottom;
}
.news_center .main .news .title span{
	display: block;
	font-size: 22px;
	color: #333;
	float: left;
	line-height: 35px;
	margin-right: 10px;
}
.news_center .main .news .title p{
	display: block;
	font-size: 15px;
	color: #757575;
	line-height: 35px;
	float: left;
}
.news_center .main .news .title a{
	display: block;
	font-size:14px;
	color: #444;
	float: right;
	line-height: 35px;
	transition: all .5s;
}
.news_center .main .news .title a:hover{
	color: #0078DD;
}
.news_center .main .news .container{
	width: 552px;
	height: 181px;
	margin: 0 auto;
}
.news_center .main .news .container img{
	display: block;
	float: left;
	width: 245px;
	height: 180px;
	border: 1px solid #eee;
}
.news_center .main .news .container .text_title{
	float: right;
	width: 290px;
	
}
.news_center .main .news .container .text_title .title_top span{
	display: block;
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
}
.news_center .main .news .container .text_title .title_top p{
	display: block;
	font-size: 14px;
	color: #999;
}
.news_center .main .news .container .text_title .text{
	width: 290px;
	height: 90px;
	overflow: hidden;
}
.news_center .main .news .container .text_title .text p{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
.news_center .main .news .container a{
	display: block;
	font-size: 14px;
	color: #0078DD;
	float: left;
	margin: 18px 0 0 7px;
	
}
.news_center .main .news .container a:hover{
	color: #e66000;
}
.news_center .main .news .list{
	width: 552px;
	height: auto;
	margin: 0 auto;
}
.news_center .main .news .list ul li{
	float: left;
	width: 100%;
	height: 38px;
	border-bottom: 1px dashed #999;
}
.news_center .main .news .list ul li .info{
	width: 450px;
	height: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}
.news_center .main .news .list ul li .info p{
	display: block;
	font-size: 15px;
	color: #555;
	line-height: 38px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_center .main .news .list ul li .time{
	width: 85px;
	float: right;
}
.news_center .main .news .list ul li .time p{
	display: block;
	font-size: 13px;
	color: #999;
	line-height: 38px;
}
.news_center .main .scene{
	width:485px;
	float: right;
}
.news_center .main .scene .title{
	width: 100%;
	height: 35px;
	background: url(../images/scene_title.png)no-repeat bottom center;
}
.news_center .main .scene .title span{
	display: block;
	font-size: 22px;
	color: #333;
	float: left;
	line-height: 35px;
	margin-right: 10px;
}
.news_center .main .scene .title p{
	display: block;
	font-size: 15px;
	color: #757575;
	line-height: 35px;
	float: left;
}
.news_center .main .scene .title a{
	display: block;
	font-size:14px;
	color: #444;
	float: right;
	line-height: 35px;
	transition: all .5s;
}
.news_center .main .scene .title a:hover{
	color: #0078DD;
}
.news_center .main .scene .scene_main{
	margin-top: 20px;
}
.news_center .main .scene .scene_main ul li{
	float: left;
	position: relative;
}
.news_center .main .scene .scene_main ul li img{
	display: block;
	width: 485px;
	height: 343px;
	transition: all .7s;
}
.news_center .main .scene .scene_main ul li img:hover{
	transform: scale(1.1);
}
.news_center .main .scene .scene_main p{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
.news_center .main .scene .scene_main .btn{
	width:140px;
	height: 35px;
	float: right;
}
.news_center .main .scene .scene_main .btn .prev{
	display: block;
	float: left;
	width: 65px;
	height: 35px;
	background: #0078dd;
	transition: all .6s;
	cursor: pointer;
}
.news_center .main .scene .scene_main .btn .prev:hover{
		background: #f39800;
}
.news_center .main .scene .scene_main .btn .next:hover{
		background: #f39800;
}
.news_center .main .scene .scene_main .btn .prev img{
	display: block;
	width: 17px;
	height: 19px;
	margin: 0 auto;
	margin-top: 8px;
}
.news_center .main .scene .scene_main .btn .next{
	display: block;
	float: right;
	width: 65px;
	height: 35px;
	background: #0078dd;
	transition: all .6s;
	cursor: pointer;
}
.news_center .main .scene .scene_main .btn .next img{
	display: block;
	width: 17px;
	height: 19px;
	margin: 0 auto;
	margin-top: 8px;
}
/**/
.friendlink{
	width: 100%;
	height: 60px;
	float: left;
	background: url(../images/link_bg.png)no-repeat center;
}
.link{
	width: 1100px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.link img{
	display: block;
	float: left;
	margin:14px 10px 0 0;
}
.link p{
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	float: left;
}
.link ul li{
	float: left;
	margin-right: 15px;
}
.link ul li a{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 60px;
}
/**/
.footer{
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 20px;
	background: #3e3e3e;
}
.foot{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.foot .left{
	width: 420px;
	height: 180px;
	border-right: 1px solid #959595;
	margin-top: 20px;
}
.foot .left .left_top {
	height: auto;
	overflow: hidden;
}
.foot .left .left_top img{
	display: block;
	float: left;
	margin-right: 10px;
}
.foot .left .left_top span{
	display: block;
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.foot .left .left_top p{
	display: block;
	font-size: 32px;
	font-weight: bold;
 	line-height: 30px;
	color: #fff;
	font-family: 'Aparajita';
	float: left;

}
.foot .left .copyright{
	margin-top: 30px;
}
.foot .left .copyright p{
	display: block;
	font-size: 13px;
	color: #fff;
}
.foot .left .copyright a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.foot .second{
	width: 390px;
	height: 180px;
	border-right: 1px solid #959595;
	margin-top: 20px;
	padding-left: 45px;
}
.foot .second p{
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	max-width: 360px;
}
.foot .second p:first-child{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
}
.foot .second p:first-child:after{
	content: "";
	background: #fff;
	width: 63px;
	height: 3px;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.foot .right{
	width: 210px;
	height: 180px;
	margin-top: 20px;
}
.foot .right img{
	display: block;
	width: 118px;
	height: 118px;
	border: 3px solid #fff;
	margin: 20px 0 0 60px;
}
/**/
.float{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.float ul li{
	margin-bottom: 10px;
	position:relative;
}
.float ul li span{
	display:table-cell;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: #454545;
}

.float ul li a{
	display: block;
	float: left;
	color:#fff;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	background: #454545;
	width: 140px;
	text-align: center;
	display: none;
	position: absolute;
	left:-140px;
	top: 0;
}

.float ul li  p{
	display: block;
	float: left;
	color:#fff;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	display: none;
	background: #454545;
	width: 140px;
	text-align: center;
	position: absolute;
	left:-140px;
	top: 0;
}
.float ul li span img{
	display: block;
	margin: 0 auto;
}

.float ul li div{
	width: 180px;
	position: absolute;
	left:-180px;
	top: 0;
	background: #454545;
	display: none;
	height: 180px;
}
.float ul li div img{
	display: block;
	width: 170px;
	height: 170px;
	margin: 5px;
}
.float ul li:hover p{
	display: block;
}

.float ul li:hover div{
	display: block;
}
.float ul li:hover a{
	display: block;
}



.sidebox span{
	display: block;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.hid_box{
	display: none;
	position: fixed;
	bottom: 330px;
	right: 70px;
}
.hid_box img{
	display: block;
	width: 139px;
	height: 139px;
}



.in-content{
	width: 1100px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 50px;
}


.left-cont{
	width: 240px;
	height: auto;
	overflow: hidden;
	float: left;
}

.left-cont .list{
 
	width: 240px;
	height: auto;
 	
	overflow: hidden;
	background: #f2f2f2;
	padding-bottom: 20px;
	border-bottom: 2px solid #0070aa;
 
}
.left-cont .list  .tit{
	width: 240px;
	height: 90px;
	border-radius: 5px 5px 0 0 ;
	background: #065aa0;
	box-shadow: 0px -5px 0px 0px #0070aa inset;
}
.left-cont .list  .tit p{
	font-size: 20px;
	color:#fff;
	text-align: center;
	margin-top: 20px;
	float: left;
	width: 100%;
	font-weight: bold;
}
.left-cont .list  .tit span{
	display: block;
	text-align: center;
	color:#fff;
	font-size: 20px;
}
.left-cont .list ul{
	width: 220px;
	margin:0 auto;
	height:auto;
	overflow: auto;
	margin-top:5px;
}
.left-cont .list ul li{
	width: 100%;
	height: 42px;
	background: #555555;
	margin-top: 11px;
	line-height: 42px;
}
.left-cont .list ul li a{
	color:#fff;
	margin-left: 30px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	width: 172px;
	text-overflow: ellipsis;
}
.left-cont .list ul li:hover{
	background: #065aa0;
}
.quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	background: #f1f1f1;
}
.quick  .tit{
	width: 240px;
	height: 70px;
	border-radius: 5px 5px 0 0 ;
	background: #065aa0;
	box-shadow: 0px -5px 0px 0px #0070aa inset;
}

.quick ul {
	width: 220px;
	margin: 10px auto;
	height: auto;
	overflow: hidden;
}

.quick ul li{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}

.quick ul li a{
	color:#333;
	font-size: 14px;
	display: block;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.quick .tit p{
	font-size: 20px;
	color:#fff;
	text-align: center;
	margin-top: 20px;
	float: left;
	width: 100%;
	font-weight: bold;
}

.quick .info{
	width: 220px;
	margin:10px auto;
	height: auto;
	overflow: hidden;
}

.quick .info p{
	color:#333;
	font-size: 14px;
	line-height: 24px;
}


.title-bar{
	width: 100%;
	position: relative;
	margin-top: 10px;
	height: 37px;
	background: url(../images/bg07.png) repeat-x left bottom;
}
.title-bar:after{
	content: "";
	width: 10px;
	height: 20px;
	position: absolute;
	left: 0;
	top:3px;
	background: #065aa0;
}
.title-bar h4{
	font-size: 18px;
 
	margin-left: 20px;
	color:#333333;
	font-size: 18px;
	float: left;
}

.crumbs{
	float: right;
}
.crumbs p{
	color:#666;

}

.crumbs img{
	display: block;
	float: left;
	margin-right: 10px;
}
.crumbs p{
	float: left;

}
.crumbs a{
	color:#666;
	font-size: 13px;
	padding-right: 10px;
	position: relative;

}
.crumbs a:after{
	content: ">";
	position: absolute;
	right: 0;
	color:#666;
	font-size: 12px;
	position: absolute;
	top: 0;
}
.crumbs a:last-child:after{
	display: none;
}


.right-cont{
	float: right;
	width: 840px;
	height: auto;
	overflow: hidden;
}

.pic-box{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}

.pic-box ul {
	margin-left: -12px;
}
.pic-box ul li{
	float: left;
	width: 272px;
	height: auto;
	margin-left: 12px;
	overflow: hidden;
	margin-bottom: 10px;
}
.pic-box ul li img{
	display: block;
	width: 100%;
	 
}

.pic-box ul li p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#333;
	font-size: 14px;

}



.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	float: left;
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color:#333;
	float: left;
	margin: 0 3px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #333333;
	color:#fff;
	border: 1px solid #333;
}
 
.page ul  .thisclass a{color:#fff;} 
 
.page  select{
	border: none;
	background: none;
	outline: none;
}


.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
 
.news-list ul li{
	width: 100%;
	height:40px;
	line-height:40px;
	border-bottom: 1px dashed #d6d6d6;
	position: relative;
}
.news-list ul li:after{
	content: ">>";
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
}
.news-list ul li a{
	display: block;
	float: left;
	margin-left: 25px;
	font-size: 14px;
	color:#333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 230px;
	float: left;
}
.news-list ul li span{
	display: block;
	float: right;
	color:#666666;
	font-size: 12px;
}
.news-list ul li:hover a{
	text-decoration: underline;
}

.detail-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height:300px;
	margin-top: 20px;
}
.detail-intro .tit{
	margin-bottom: 30px;
}
.detail-intro a{color:#333;}
.detail-intro .tit p{
	color:#333333;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
}

.detail-intro .tit span{
	display: block;
	color:#666;		background:#eee;		line-height:40px;		border-top:1px solid #ccc;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

.detail-intro  .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	
}
.detail-intro  .intro img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.detail-intro  .intro p{
	font-size: 16px;
	color:#333;
	line-height: 30px;		text-align:justify; 		text-indent:2em;
}

 
 
.map{
	width: 100%;
	border: 3px solid #d2d2d2;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.map .allmap{
	width: 100%;
	height: 400px;
}


.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


 .fy p{
	width: 260px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	border-left: 1px solid #d2d2d2;

}
 .fy p:first-child{
 	border: none;
 }

 .fy a{
 	color:#333333;
 	font-size: 14px;
 }

  .fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
  }



  .mssg-intro{
	width:820px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: #eeeeee;
}

.mssg-intro img{
	display: block;
	width: 100%;
}

.mssg-intro form{
	width: 745px;
 	margin: 0 auto;
 	margin-top: 25px;
}
.mssg-intro form ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.mssg-intro form ul li{
	height: auto;
	overflow: hidden;
	float: left;
	width: 225px;
	margin-left: 35px;
	margin-bottom: 20px;

}
.mssg-intro form ul li:first-child{
	margin-left: 0;
}
.mssg-intro form ul li p{
	float: left;
	font-size: 16px;
	line-height: 40px;
	color:#333333;
}
 

.mssg-intro form ul li input{
	width: 175px;
	height: 40px;
	border: 1px solid #dcdcdc;
	background: #fff;
	border-radius:5px;
	outline:none;
	text-indent: 5px;
	border-radius: 5px;

	font-family: '微软雅黑';
	float: left;
}
.mssg-intro form ul li:last-child{
	width: 100%;
	margin: 0;
}
.mssg-intro form ul li textarea{
	width: 695px;
	height: 150px;
	resize: none;
	outline: none;
	text-indent: 5px;
	border-radius: 5px;
	padding-top: 10px;
	border: 1px solid #dcdcdc;
	float: left;
}
.mssg-intro form .btn{
	display: table;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
}
.mssg-intro form .btn input{
	width: 190px;
	height: 40px;
	letter-spacing: 5px;
	background: #999999;
	font-size: 18px;
	font-weight: normal;
	margin: 0 10px;
	border-radius: 5px;
	color:#fff;
	 
	border: none;
}
.mssg-intro form .btn input:first-child{
	background: #065aa0;

}